home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 8: LINUX Games / Linux Cubed Series 8 - LINUX Games.iso / games / role / roleplay.0-s / roleplay / RolePlaying-1.0 / README.Scr < prev   
Text File  |  1995-08-01  |  3KB  |  61 lines

  1. The is the Tcl scripts for the Role Playing DataBase System.  It contains the following files and directories:
  2.  
  3. RolePlaying-1.0/README.Scr     This file
  4. RolePlaying-1.0/COPYING        GNU Public License
  5. RolePlaying-1.0/Install        Install script
  6. RolePlaying-1.0/Install.tcl    Tcl code for the Install script
  7. RolePlaying-1.0/scripts        Tcl code for the Role Playing DataBase System
  8. RolePlaying-1.0/Info           Info files (online help) for the Role Playing
  9.                                DataBase System 
  10.  
  11. Installing the Role Playing DataBase System.
  12. ============================================
  13.  
  14. First you need either the Src or Bin (Linux) archive.  Get one (or both) of
  15. these archives and unpack.  If you only get the Src archive, build the
  16. RPGwish executable as described in the README that comes with the Src
  17. archive.
  18.  
  19. Once you have a RPGwish, type Install, as a suitably priviliged user
  20. (you need to be root on a UNIX system to write to /usr/local, for
  21. example).  It is assumed that the wish program is on your PATH.  If not
  22. Install will not work.  The Install program puts up a GUI with entrys
  23. for the four paths the Role Playing DataBase System needs for
  24. installation:
  25.  
  26. The path where the scripts will be installed (default:
  27. /usr/local/lib/RPG/scripts), the name and location for the RPGwish
  28. executable (default: /usr/local/lib/RPG/RPGwish), the name and location
  29. of the /bin/sh script to be created to actually start and run the Role
  30. Playing DataBase System (default: /usr/local/bin/RolePlayingDB) (be
  31. carefull: one of the scripts is named RolePlayingDB), and the directory
  32. where the online help (Info files) are to go (default:
  33. /usr/local/lib/RPG/Info).  One you have selected the four paths are are
  34. satisfied with them, select the Install It! button and wait a few
  35. minutes while the files are copied.  If there is a problem, Install will
  36. pop up an error dialog box, giving the error.  If the installation was
  37. successfull, Install will exit.
  38.  
  39. Once installed, you should be ready to go.  You might have to type
  40. "rehash" to get your shell to reload its directory cache.
  41.  
  42. Features that did not make it to the manual.
  43. ============================================
  44.  
  45. There is a feature that is not documented in the manual.  the Role
  46. Playing DataBase System takes an optional command line option: -frame
  47. <frametype>.  "<frametype>" is one of character, master, or monster (or
  48. a non-ambiguous abriviation):
  49.  
  50. % /usr/local/bin/RolePlayingDB -frame char
  51.  
  52. will bring up the the Role Playing DataBase System with the Character
  53. screen.  By default, the Master screen is brought up.
  54.  
  55. Robert Heller <heller@cs.umass.edu>
  56. Deepwoods Software
  57. 51 Locke Hill Road
  58. Wendell, MA 01379
  59.  
  60.  
  61.